home *** CD-ROM | disk | FTP | other *** search
- ' it will print all open files to printer
- const module_name = "Projekty" 'this name must be unique !!!
- const module_ver = "0.001a" 'version
-
- sub PrintAll
- echo projectFilesCount()
- end sub
-
- ' name "Init" is required, its called automatically during initialization to create menu items
- sub Init
- addMenuItem "Soubory v projektu","", "PrintAll"
- end sub
-